module Base
{

	item Gloves_Dish
	{
		DisplayName = Rubber Gloves,
		DisplayCategory = Accessory,
		Type = Clothing,
		Weight = 0.1,
		IconsForTexture = DishwashingGloves;DishwashingGlovesBlue;DishwashingGlovesGreen;DishwashingGlovesOrange;DishwashingGlovesPink,
		BloodLocation = Hands,
		BodyLocation = Hands,
		ClothingItem = Gloves_Dish,
		Insulation = 0.25,
		ScratchDefense = 5,
		WindResistance = 0.3,
		WorldStaticModel = Gloves_Ground,
		ColorBlue = 38,
		ColorGreen = 220,
		ColorRed = 220,
	}

}